Ajit Kumar is an independent developer whose open-source utilities focus on streamlining everyday DevOps tasks; his small but tightly engineered catalog is built for engineers who need fast, scriptable control over environment configuration. The flagship utility, evnx, turns the humble .env file into a first-class citizen of CI pipelines by adding non-interactive validation, built-in secret-pattern scanning, and bidirectional conversion between dotenv, JSON, YAML, and shell-export formats. Typical use cases range from pre-commit hooks that block accidental commits of API keys to container entry-points that normalize variables at runtime; platform teams also embed evnx in makefiles or GitHub Actions so that every pull request is automatically checked for leaked credentials and schema drift. Because the tool is distributed as a single cross-platform binary, it slips unobtrusively into cloud-native workflows without requiring language runtimes or elevated privileges, making it equally suited to local development on Windows terminals and headless Linux build agents. Ajit Kumar’s software is available for free on get.nero.com, where downloads are served through trusted Windows package sources such as winget, always delivering the latest upstream release and permitting unattended batch installation alongside other utilities.

evnx

CLI tool for managing .env files — validation, secret scanning, format conversion

Details